/*a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%
}*/

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,td,th {
	vertical-align: middle;
	text-align: left;
	font-weight: 400
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
	content: none
}

/*a img {
	border: none
}*/

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}



.city-picker-selector,.clearfix {
	*zoom: 1
}

.city-picker-selector:after,.clearfix:after {
	clear: both;
	display: table;
	height: 0;
	content: " "
}
 .search h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 26px
}

.city-picker-selector .selector-item {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 200px;
	height: 36px;
	border: 1px solid #ccc;
	line-height: 36px
}

.city-picker-selector .selector-item:first-child {
	margin-left: 0
}

.city-picker-selector .selector-item:after {
	position: absolute;
	top: 15px;
	right: 5px;
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #ccc;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: ''
}

.city-picker-selector .selector-name {
	display: block;
	overflow: hidden;
	color: #333;
	text-indent: 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1pc
}

.city-picker-selector .selector-name:hover {
	background-color: #fdfdfd
}

.city-picker-selector .selector-name.df-color {
	color: #999
}

.city-picker-selector .selector-name.forbid {
	cursor: default
}

.city-picker-selector .selector-name.disabled {
	background-color: #eef1f6;
	cursor: not-allowed
}

.city-picker-selector .selector-list {
	position: absolute;
	top: 36px;
	left: -1px;
	z-index: 1;
	visibility: visible;
	width: 100%;
	border: 1px solid #ccc;
	background: #f2f2f2;
	opacity: 0.6;
	transition-duration: .4s;
	transform: translateY(0)
}

.city-picker-selector .selector-list.hide {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-2%)
}

.city-picker-selector ul {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 10pc
}

.city-picker-selector li {
	overflow: hidden;
	padding: 0 5%;
	width: 90%;
	height: 30px;
	border-top: 1px solid #ccc;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	cursor: pointer
}

.city-picker-selector li:first-child {
	border-top: none
}

.city-picker-selector li.caller:hover {
	background: #f5f5f5;
	opacity: .6;
}
.city-picker-selector li.caller.active,.city-picker-selector li.caller.active:hover {
	background: #3a8eaf;
	opacity: .6;
	color: #fff
}

.city-picker-selector li.forbid {
	color: #999;
	font-size: 14px;
	cursor: not-allowed
}
.city-picker-selector .selector-search {
	margin-right: -1px;
	margin-left: -1px;
	padding: 10px;
	height: 28px;
	border: 1px solid #ccc;
	border-top: none;
	background: #f8f8f8;
	font-size: 0
}

.city-picker-selector .input-search {
	padding: 0;
	width: 100%;
	height: 26px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	text-indent: 5px;
	font-size: 14px;
	line-height: 26px\9
}

.city-picker-selector .input-search:focus,select {
	outline: 0
}

.search select {
	margin-right: 10px;
	width: 14pc;
	height: 46px;
	border:none;
	border-radius: 5px;
	background: #fff;
	opacity: .68;
	box-shadow: 0 0 5px #eee;
	color: #333;
	font-size: 1.2pc
}

select:disabled {
	background-color: #eef1f6;
	opacity:.68;
	cursor: not-allowed
}